home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Asm / 24BitChunky / 24BitChunky.readme < prev    next >
Encoding:
Text File  |  1996-08-19  |  864 b   |  31 lines

  1. Short:    Source (asm) for demo/game-like CyberGFX stuff!
  2. Author:   dep@canit.se (Andreas Fredriksson)
  3. Uploader: dep@canit.se (Andreas Fredriksson)
  4. Type:     dev/misc
  5.  
  6. This is a small source which includes:
  7.  
  8. -> input handler (remove input.device overhead at runtime)
  9. -> 24bit chunky
  10. -> blanked mousepointer
  11. -> screenmode selector
  12. -> CIA timing for equal timing on all cards (!)
  13. -> some really useful macros
  14.  
  15. It requires:
  16.  
  17. -> a graphic card with 24bit resoultion running cybergraphics
  18. -> NewStartupxx.lha (dev/asm?) (xx=38 last time I looked)
  19.  
  20. What you can easily add:
  21.  
  22. -> use the lock..() functions to render directly into the chunky
  23.    buffer, and gain some more % of speeeed
  24.  
  25. This is placed in the public domain; but if you use this source
  26. then put my name in the final product.
  27.  
  28. Let's see those 24-bit demos/games for gfxcards coming!
  29.  
  30. Comments -> dep@canit.se
  31.